+utf8proc (2.7.0-2) UNRELEASED; urgency=medium
+
+ * Use GraphemeBreakTest.txt as is, re-enable graphemetest
+
+ -- Graham Inggs <ginggs@debian.org> Wed, 22 Dec 2021 16:12:17 +0000
+
utf8proc (2.7.0-1) unstable; urgency=medium
[ Debian Janitor ]
use-unicode-data.patch
-skip-graphemetest.patch
+++ /dev/null
-Description: skip graphemetest that never completes
-Forwarded: no
-Author: Graham Inggs <ginggs@debian.org>
-Last-Update: 2021-12-21
-
---- a/Makefile
-+++ b/Makefile
-@@ -171,7 +171,7 @@
- check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o
- $(MAKE) -C bench
- test/normtest data/NormalizationTest.txt
-- test/graphemetest data/GraphemeBreakTest.txt
-+# test/graphemetest data/GraphemeBreakTest.txt
- test/charwidth
- test/misc
- test/valid
provided by the packages unicode-data and ttf-unifont, respectively.
Author: Peter Colberg <peter@colberg.org>
Forwarded: not-needed
-Last-Update: 2021-12-21
+Last-Update: 2021-12-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/data/Makefile
GraphemeBreakTest.txt:
- $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/auxiliary/GraphemeBreakTest.txt
-+ $(PERL) -pe 's,÷,/,g;s,×,+,g' < /usr/share/unicode/auxiliary/GraphemeBreakTest.txt > $@
++ cp /usr/share/unicode/auxiliary/GraphemeBreakTest.txt $@
emoji-data.txt:
- $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://unicode.org/Public/$(UNICODE_VERSION)/ucd/emoji/emoji-data.txt